Q3ViewPlaneCamera_GetViewPlane
You can use theQ3ViewPlaneCamera_GetViewPlane
function to get the current distance of the view plane from a view plane camera.
TQ3Status Q3ViewPlaneCamera_GetViewPlane ( TQ3CameraObject camera, float *viewPlane);
camera
- A view plane camera object.
viewPlane
- On exit, the distance of the view plane from the specified camera.
DESCRIPTION
TheQ3ViewPlaneCamera_GetViewPlane
function returns, in theviewPlane
parameter, the distance of the view plane from the camera specified by thecamera
parameter.